-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Move hasOwn
from Object instance to Object constructor
#48207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🤦♂️ In checker.ts we have some logic for reporting whether or not the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we cherry-pick to release-4.6 and release a patch?
I think so, this will not be the first report of it |
@typescript-bot cherry-pick this to release-4.6 |
Heya @RyanCavanaugh, I've started to run the task to cherry-pick this into |
Hey @RyanCavanaugh, I've opened #48213 for you. |
Component commits: d1b063e Move `hasOwn` from Object instance to Object constructor Fixes microsoft#48206
Component commits: d1b063e Move `hasOwn` from Object instance to Object constructor Fixes #48206 Co-authored-by: Ryan Cavanaugh <[email protected]>
Fixes #48206